23 327 enregistrements

Stationnement vélo en Île-de-France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Geo Point
Longitude et latitude du stationnement Vélo 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[49.02982419998671,2.0210739999999996]
Geo Shape
Point shape du stationnement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[2.021074,49.02982419998671],"type":"Point"}
osm_id
Identifiant dans la base de donnée OSM

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
osm_id
Type
texte
Exemple
n10278963902
couvert
Indique si le stationnement est protégé ou non des intempéries

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
couvert
Type
texte
Exemple
OUI
capacite
Capacité de l'espace de stationnement, en nombre de vélo

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
capacite
Type
int
Exemple
28
nom
Nom de l’équipement (si connu)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
acces
Type d'accès. "clientele": le stationnement est réservé / "public": le stationnement est accessible à tous.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
acces
Type
texte
Exemple
public
payant
Caractère payant de l'espace de stationnement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
payant
Type
texte
Exemple
NON
surveille
Indique si l'espace est équipé pour surveillance (caméra ou personnel de surveillance)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
surveille
Type
texte
Exemple
NON
type
Type de stationnement vélo

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type
Type
texte
Exemple
ratelier
insee_com
Code INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee_com
Type
texte
Exemple
95637
nom_com
Nom de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_com
Type
texte
Exemple
Vauréal
date_modif
Date de modification de l'objet

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_modif
Type
datetime
Exemple
2024-12-01T00:00:00+00:00
notes
Espace libre de saisie pour notifier un besoin de modification dans la base OSM

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
notes
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"stationnement-velo-en-ile-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/stationnement-velo-en-ile-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "stationnement-velo-en-ile-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/stationnement-velo-en-ile-de-france_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "stationnement-velo-en-ile-de-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":"Longitude et latitude du stationnement Vélo "
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":"Point shape du stationnement"
                }
                ,
              • "osm_id":
                {
                • "type":"string",
                • "title":"osm_id",
                • "description":"Identifiant dans la base de donnée OSM"
                }
                ,
              • "couvert":
                {
                • "type":"string",
                • "title":"couvert",
                • "description":"Indique si le stationnement est protégé ou non des intempéries"
                }
                ,
              • "capacite":
                {
                • "type":"integer",
                • "title":"capacite",
                • "description":"Capacité de l'espace de stationnement, en nombre de vélo"
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"nom",
                • "description":"Nom de l’équipement (si connu)"
                }
                ,
              • "acces":
                {
                • "type":"string",
                • "title":"acces",
                • "description":"Type d'accès. "clientele": le stationnement est réservé / "public": le stationnement est accessible à tous."
                }
                ,
              • "payant":
                {
                • "type":"string",
                • "title":"payant",
                • "description":"Caractère payant de l'espace de stationnement"
                }
                ,
              • "surveille":
                {
                • "type":"string",
                • "title":"surveille",
                • "description":"Indique si l'espace est équipé pour surveillance (caméra ou personnel de surveillance)"
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"type",
                • "description":"Type de stationnement vélo"
                }
                ,
              • "insee_com":
                {
                • "type":"string",
                • "title":"insee_com",
                • "description":"Code INSEE de la commune"
                }
                ,
              • "nom_com":
                {
                • "type":"string",
                • "title":"nom_com",
                • "description":"Nom de la commune"
                }
                ,
              • "date_modif":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"date_modif",
                • "description":"Date de modification de l'objet"
                }
                ,
              • "notes":
                {
                • "type":"string",
                • "title":"notes",
                • "description":"Espace libre de saisie pour notifier un besoin de modification dans la base OSM"
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires

    • Couche géographique décrivant les parkings vélos Île-de-France Mobilités (anciennement dénommés "stations Véligo").
    • Couche géographique décrivant les aménagements cyclables linéaires en Île-de-France : pistes cyclables, bandes cyclables, zones de rencontre.
    • Ce jeu de données présente le taux d’occupation des consignes parking vélos Île-de-France Mobilités par un comptage du nombre de vélos ayant lieu chaque trimestre. Les vélos stationnés à l'intérieur de la consigne sont comptés chaque jour ouvrable (entre le lundi et le vendredi, hors mois d’août) entre 9h et 17h lors d’un passage en gare. 
    • Couche géographique décrivant les Parkings Relais d'Île-de-France.